home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / win3pcb2.arc / PCBSZ.BAT < prev    next >
DOS Batch File  |  1990-12-25  |  273b  |  12 lines

  1. @ECHO OFF
  2. ECHO               *** Zmodem Send *** 
  3. ECHO *** Function Keys Disabled During DSZ Operation! ***
  4. if exist pcberr.fil del pcberr.fil
  5. dsz port 2 pB4096 z pb1 z sz -m -rr %3
  6. if errorlevel 1 goto bad
  7. goto end
  8. :bad
  9. copy pcberr.old pcberr.fil
  10. :end
  11. echo on
  12.